import { PostGraphileOptions } from 'postgraphile';
import { LaunchQLOptions } from '@launchql/types';
export declare const getGraphileSettings: (rawOpts: LaunchQLOptions) => PostGraphileOptions;
