import { OnApplicationBootstrap } from '@nestjs/common'; import { SystemProvider } from '@relate/common'; import AccessTokenCommand from '../../commands/dbms/access-token'; export declare class AccessTokenModule implements OnApplicationBootstrap { protected readonly parsed: ParsedInput; protected readonly utils: CommandUtils; protected readonly systemProvider: SystemProvider; static DEFAULT_APP_ID: string; constructor(parsed: ParsedInput, utils: CommandUtils, systemProvider: SystemProvider); onApplicationBootstrap(): Promise; }