import { AuthConfig } from '../types'; import { BaseListTypeInfo } from '../../schema/types'; declare type InitTemplateArgs = { listKey: string; initFirstItem: NonNullable['initFirstItem']>; }; export declare const initTemplate: ({ listKey, initFirstItem }: InitTemplateArgs) => string; export {};