import type { Factory, ObjectShape, CallExpressionShape, Record } from '@servicenow/sdk-build-core'; export declare function createPage({ factory, type, arg, callExpressionShape, appConfig, }: { factory: Factory; type: 'list' | 'record' | 'home' | 'simple-list'; arg: ObjectShape; callExpressionShape: CallExpressionShape; appConfig: Record; }): Promise;