import { AppInstanceProps } from './appInstance';
export declare function appInstanceValidator(props: AppInstanceProps): boolean;
