|
import { Checker } from 'oak-domain/lib/types/Auth';
|
|
import { EntityDict } from '../oak-app-domain';
|
|
import { RuntimeCxt } from '../types/RuntimeCxt';
|
|
declare const checkers: Checker<EntityDict, 'withdrawTransfer', RuntimeCxt>[];
|
|
export default checkers;
|