import { AuthorInputs } from './type/AuthorInputs'; /** * Authorization * @param api - auth_app_self API URL */ declare function author(input: AuthorInputs, api: string): Promise; export { author };